Bump gdb watermark to 1.3.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 2 Jul 2006 14:01:06 +0000 (14:01 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 2 Jul 2006 14:01:06 +0000 (14:01 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2198 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/gdb.c

index 1dc3987940bb71ebe1bf2b4e070ca871a35138a4..c05ebbf1d8e59e0684fb0a47c212651f8d92ad0d 100644 (file)
@@ -1111,10 +1111,11 @@ gdb_write_file_header(const struct tm *tm)
        /* !!! We should define the date use through Makefile !!! */
        
        /* history:
-       strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff));     gpsbabel V1.2.7 BETA 
-       strncpy(buff, "A].GPSBabel_1.2.8-beta*Jan 18 2006*20:11:00", sizeof(buff));  /* gpsbabel 1.2.8-beta01182006_clyde
+       strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff));  // gpsbabel V1.2.7 BETA 
+       strncpy(buff, "A].GPSBabel_1.2.8-beta*Jan 18 2006*20:11:00", sizeof(buff));  // gpsbabel 1.2.8-beta01182006_clyde
+       strncpy(buff, "A].GPSBabel_1.2.8-beta*Apr 18 2006*20:12:00", sizeof(buff));  // gpsbabel 1.2.8-beta20060405
         */
-       strncpy(buff, "A].GPSBabel_1.2.8-beta*Apr 18 2006*20:12:00", sizeof(buff));  /* gpsbabel 1.2.8-beta20060405 */
+       strncpy(buff, "A].GPSBabel-1.3*Jul 02 2006*20:13:00", sizeof(buff));  // gpsbabel 1.3
 #endif
        len = strlen(buff);
        buff[2] = 2;